home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / jikes000.lha / jikes000 / README.AMIGA < prev   
Text File  |  1999-05-02  |  1KB  |  33 lines

  1. This is a native Amiga port (no ixemul.library required) of jikes,
  2. the free Java compiler from IBM, compiled for a plain 68000.
  3.  
  4. REQUIREMENTS:
  5. * An Amiga with enough memory to run the program.
  6. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  7.  
  8. INSTALLATION:
  9. Simply copy the jikes executable somewhere in your path.
  10.  
  11. USAGE:
  12. Set either the CLASSPATH or the JIKESPATH environment variable to point
  13. to the directories and zip/jar files that you want your compiler to use.
  14. E.g., if you are using Kaffe, you can say:
  15. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  16. Separate the path components using semicolons. You can use UNIX "." and ".."
  17. notation for the current directory and for the parent directory of a
  18. directory.
  19.  
  20. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  21. and I'll see what I can do.
  22.  
  23. Kriton Kyrimis.
  24.  
  25. ******************************************************************************
  26. This software is subject to the terms of the IBM Jikes Compiler
  27. License Agreement available at the following URL:
  28. http://www.ibm.com/research/jikes. Copyright (C) 1996, 1999,
  29. International Business Machines Corporation and others. All Rights
  30. Reserved. You must accept the terms of that agreement to use this
  31. software.
  32. ******************************************************************************
  33.